Direct Load (via URL)

Discover, Present, and Publish content can be loaded DIRECTLY into a viewer or runtime viewer using a specific URL for the relevant content item. Direct URL loading lets your users open content (visualizations, presentations, and publications) by giving them direct access to relevant analytics. It allows them to access the content without navigating the Pyramid application in either pro mode or viewer mode.

Tip: You can also direct link to a Folder, although the linked folder will open in the Content Manager and not in a standard browser.

Note: URL loading is designed to open content in a standalone browser window. For content hosted in another page, we recommend content embedding techniques instead.

General Syntax

The following basic URL syntax is required when loading content using a URL:

{YourPyramidSite}/direct/?id={content identifier}

  • {YourPyramidSite} is the main address of your pyramid installation. For example, https://pyramid.acme.com. If you are using a port for your website, it will be similar to "http://pyramid.acme.com:8181"
  • {content identifier} is the 32 character UUID (or GUID) of the relevant content item. This can be found in the metadata panel in the content explorer (see below for details).

Parameterization

External Parameters

Content items that are loaded directly using a URL can be further parameterized using the following syntax:

{YourPyramidSite}/direct/?id={content identifier}&filter=member1&filter=member2....&filter=memberx

For example, add a background filter that shows a single value slicer:

{YourPyramidSite}/direct/?id={content identifier}&filter=[customerProfile].[Gender].[Male]

  • Click here for more about parameterization in URL loading and embedding.

Note: The extended parameterization does not apply to folder links.

Finding Content IDs

You can get the Direct URL links and Content IDs that can be used to access your content items from the Metadata panel in the Content Manager, the Extensions option on the App Tabs context menu, and, in Present, the right-click menu in the Slides panel. You can also use the REST API to return content IDs and use them programmatically.

By default, direct URL loading allows the user to view the given asset only.

Direct URL Links from Metadata Panel

  • From the Present Pro or Discovery Pro client's Metadata panel, the options are:
    • Direct URL Link - copies the full link to open the presentation or visualization to your clipboard. This URL can then be used to access the item in a browser.
    • Direct URL Link > Direct URL Link with Back Option (drop-down, shown in red) copies the same URL link to your clipboard but includes the &backToApp parameter in the URL. This parameter allows users closing the loaded asset to "go back" to the main Pyramid app. When the user closes the given content item, it is opened in the relevant editor; for example, a presentation is opened in edit mode in Present.

    Note: You can access the Metadata panel by clicking the Actions option or the Metadata option in the Content Explorer.

    Direct URL Links from App Tabs

    Open the content item's app tab menu (green arrow below) and copy one of the links from the Extensions menu (red highlight). The options are:

    • Direct URL Link
    • Direct URL Link with Back Option

    Content IDs from Content Manager and App Tabs

    In addition to getting the full direct URL link (described above), you can also get the {content identifier} from the content item in the same places:

    • In the Metadata panel, click Copy (blue, above) to copy the {content identifier} for your content item to your clipboard.
    • Alternatively, from the App Tabs, click Extensions > Copy Item ID (also blue).

    Content IDs from REST API

    You can also use the REST API framework to find the relevant item, return its ID and use it programmatically in your application. There are numerous functions that will return the IDs, including search. This is particularly useful for dynamic content embedding scenarios.